home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
painter_madness.swf
/
scripts
/
DefineButton2_104
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
252 b
|
13 lines
on(press){
if(_root.intro.intro_btn._currentframe == 1)
{
_root.intro.intro_btn.gotoAndStop(2);
_root.fshowIntro = false;
}
else
{
_root.intro.intro_btn.gotoAndStop(1);
_root.fshowIntro = true;
}
}